Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2025

Bumps animejs from 3.2.2 to 4.1.4.

Release notes

Sourced from animejs's releases.

v4.1.4

Bug fixes

  • [Scroll] Fixes a bug where onEnter could be called even if the target is outside of the viewport if an other onScroll instance is already running

v4.1.3

Improvements

Bug fixes

  • [Scroll] Fixes threshold with transforms on parent (#1059) @​almirbi
  • [Targets, Text] Fix non-browser usage (#1056) @​ClassicOldSong
  • [Draggable] Fix Draggable's onUpdate and onSettle callbacks not triggered when only updating the x axis (#1045)
  • [Draggable] Prevents error when removing the draggable container element from the DOM (#1064)
  • [Animatable] Fix callbacks triggered multiple times by setting the callbacks to a dedicated Animation instead of applying them to each individual property animations
  • [Animation] Fix tweens composition inconsistencies on tweens with composition: 'replace' not controlled by a Timeline
  • [Animation] Fix some time calculation inconsistencies when using seconds engine.timeUnit = 's' that affected tweens composition

Types

  • [WAAPI] Added missing WAAPIAnimation type to the Revertible type
  • [Stagger] The stagger() function return type is now inferred from the input value type
  • [Eases] Fix the error "A rest parameter must be of an array type." of the linear easing type (#972)
  • Export the following missing types (#1051, #1010):
    • SpringParams
    • TimelinePosition
    • TimelineAnimationPosition
    • WAAPITweenValue
    • WAAPIFunctionValue
    • WAAPIKeyframeValue
    • WAAPICallback
    • WAAPITweenOptions
    • WAAPIAnimationOptions
    • WAAPIAnimationParams
    • ScrollThresholdValue
    • ScrollThresholdParam
    • ScrollObserverAxisCallback
    • ScrollThresholdCallback
    • ScrollObserverParams

v4.1.2

Bug fixes

  • [Timeline] Fix onComplete callback not called on reversed timelines (#378)
  • [Scroll] Fix onScoll() not properly handling SVG targets by using getBoundingClientRect() for size and offset calculation instead of offsetTop / offsetLeft (#1021)
  • [Animation] Fix relative values (+=, -=, *=) not properly refreshed when calling animation.refresh() (#1025)
  • [Draggable] draggable.disable() now properly disable the drag without interrupting animations. The old behavior is still possible by chaining methods like this draggable.disable().stop()
  • [Draggable] Fix an issue where the internal ResizeObserver won't be properly disconnected on revert (#1041)
  • [Draggable] Draggable onUpdate is now only called when the draggable position change (#1032)
  • [Docs] Clarify limitations of composition: "blend" with .reverse() and other parameters (#1012)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [animejs](https://github.com/juliangarnier/anime) from 3.2.2 to 4.1.4.
- [Release notes](https://github.com/juliangarnier/anime/releases)
- [Commits](juliangarnier/anime@v3.2.2...v4.1.4)

---
updated-dependencies:
- dependency-name: animejs
  dependency-version: 4.1.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 23, 2025
@codspeed-hq
Copy link

codspeed-hq bot commented Sep 23, 2025

CodSpeed WallTime Performance Report

Merging #2396 will not alter performance

Comparing dependabot/npm_and_yarn/reacnetgenerator/static/webpack/animejs-4.1.4 (39b076c) with master (cb83bba)1

Summary

✅ 9 untouched

Footnotes

  1. No successful run was found on master (1ead4bb) during the generation of this report, so cb83bba was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 29, 2025

Superseded by #2398.

@dependabot dependabot bot closed this Sep 29, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/reacnetgenerator/static/webpack/animejs-4.1.4 branch September 29, 2025 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant